home *** CD-ROM | disk | FTP | other *** search
/ The Body Language - 48 Kinds of Fuck / The Body Language - 48 Kinds of Fuck.iso / mac / DATA / 01 / 00045_Script_45 < prev    next >
Text File  |  1995-08-07  |  144b  |  12 lines

  1.  on exitFrame
  2.   CHECKSE
  3.   if rollover(5) then 
  4.     go"01A"
  5.   else if rollover(6) then 
  6.     go"01B"
  7.  
  8.   else
  9.     go"H"
  10.   end if
  11. end
  12. end